home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / shareware1.dxr / Shareware 1_12_Soluzioni.ls < prev    next >
Encoding:
Text File  |  1999-12-15  |  258 b   |  14 lines

  1. on mouseUp me
  2.   go(1, "soluzioni1")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to member("soluzioni1S1")
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the member of sprite the currentSpriteNum to member("soluzioniS1")
  13. end
  14.